compress/flate.dictDecoder.readFlush (method)

7 uses

	compress/flate (current package)
		dict_decoder.go#L174: func (dd *dictDecoder) readFlush() []byte {
		inflate.go#L350: 			f.toRead = f.dict.readFlush() // Flush what's left in case of error
		inflate.go#L506: 				f.toRead = f.dict.readFlush()
		inflate.go#L613: 			f.toRead = f.dict.readFlush()
		inflate.go#L644: 		f.toRead = f.dict.readFlush()
		inflate.go#L671: 		f.toRead = f.dict.readFlush()
		inflate.go#L681: 			f.toRead = f.dict.readFlush()